home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  125 b   |  9 lines

  1. on exitFrame
  2.   global nFin
  3.   if the movieTime of sprite 5 < nFin then
  4.     go(the frame)
  5.   else
  6.     go("salida")
  7.   end if
  8. end
  9.